From: Chong Yidong Date: Sat, 18 Nov 2006 21:00:35 +0000 (+0000) Subject: * comint.el (comint-exec-1): Set EMACS and INSIDE_EMACS to t. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~32023 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=fdf8f29f58a72458c24995e8eb6844b3412581ad;p=emacs.git * comint.el (comint-exec-1): Set EMACS and INSIDE_EMACS to t. * progmodes/compile.el (compilation-start): Ditto. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 372c31da3cc..60aad39189c 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,9 @@ +2006-11-18 Chong Yidong + + * comint.el (comint-exec-1): Set EMACS and INSIDE_EMACS to t. + + * progmodes/compile.el (compilation-start): Ditto. + 2006-11-18 Michael Albinus * net/tramp.el (top): cl and custom are always required.